home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / mathstud.zip / COMPUTER.M < prev    next >
Text File  |  1993-03-23  |  106b  |  7 lines

  1. function y = computer()
  2. %y=computer()
  3. %Compatibility function. MathViews returns 'WIN'
  4.  
  5. y = 'WIN';
  6.  
  7.